home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / webkit / chrome_100_percent.pak / Unnamed File 000055.txt < prev    next >
Text File  |  2013-04-03  |  461b  |  29 lines

  1. /*
  2.  * Copyright (c) 2012 The Chromium Authors. All rights reserved.
  3.  * Use of this source code is governed by a BSD-style license that can be
  4.  * found in the LICENSE file.
  5.  *
  6.  * A style sheet for Chrome apps.
  7.  */
  8.  
  9. @namespace "http://www.w3.org/1999/xhtml";
  10.  
  11. body {
  12.   -webkit-user-select: none;
  13.   cursor: default;
  14. }
  15.  
  16. webview {
  17.   display: inline-block;
  18.   width: 300px;
  19.   height: 300px;
  20. }
  21.  
  22. html, body {
  23.   overflow: hidden;
  24. }
  25.  
  26. img, a {
  27.   -webkit-user-drag: none;
  28. }
  29.